projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc6b356
)
* lisp/xdg.el (xdg-thumb-uri): Fix doc string.
author
Mark Oteiza
<mvoteiza@udel.edu>
Mon, 25 Sep 2017 12:44:23 +0000
(08:44 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Mon, 25 Sep 2017 12:44:23 +0000
(08:44 -0400)
lisp/xdg.el
patch
|
blob
|
history
diff --git
a/lisp/xdg.el
b/lisp/xdg.el
index e94fa8ec924f07df2fa6e17d12594d452aa92027..e962cd21a6c96c2edf2329e192216bfa23abb178 100644
(file)
--- a/
lisp/xdg.el
+++ b/
lisp/xdg.el
@@
-84,7
+84,7
@@
(defun xdg-thumb-uri (filename)
"Return the canonical URI for FILENAME.
-If FILENAME has absolute
path
/foo/bar.jpg, its canonical URI is
+If FILENAME has absolute
file name
/foo/bar.jpg, its canonical URI is
file:///foo/bar.jpg"
(concat "file://" (expand-file-name filename)))